[docs] Remove mention of --cfg ndebug
authorMatt Brubeck <mbrubeck@limpet.net>
Thu, 4 Jun 2015 16:12:24 +0000 (09:12 -0700)
committerMatt Brubeck <mbrubeck@limpet.net>
Thu, 4 Jun 2015 16:12:24 +0000 (09:12 -0700)
The "ndebug" cfg directive was removed in #1444.

src/doc/manifest.md

index 909a977bd7ec26d02edadab978bc720ed2d25f2c..dd3dcf918b5b0808b1f2d81cd71e6e8705fff75f 100644 (file)
@@ -173,7 +173,7 @@ along with the defaults for each profile.
 # The development profile, used for `cargo build`
 [profile.dev]
 opt-level = 0  # Controls the --opt-level the compiler builds with
-debug = true   # Controls whether the compiler passes -g or `--cfg ndebug`
+debug = true   # Controls whether the compiler passes `-g`
 rpath = false  # Controls whether the compiler passes `-C rpath`
 lto = false    # Controls `-C lto` for binaries and staticlibs
 debug-assertions = true  # Controls whether debug assertions are enabled